From 75f92f70039867def57f9cc7f2eaf607aa6a179c Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 1 Dec 2007 22:44:02 +0000 Subject: [PATCH] (syms_of_xdisp) : Doc fix. --- src/xdisp.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/xdisp.c b/src/xdisp.c index 9a5131a047b..13660f413e7 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -24104,8 +24104,12 @@ If you want scrolling to always be a line at a time, you should set DEFVAR_INT ("scroll-conservatively", &scroll_conservatively, doc: /* *Scroll up to this many lines, to bring point back on screen. -A value of zero means to scroll the text to center point vertically -in the window. */); +If point moves off-screen, redisplay will scroll by up to +`scroll-conservatively' lines in order to bring point just barely +onto the screen again. If that cannot be done, then redisplay +recenters point as usual. + +A value of zero means always recenter point if it moves off screen. */); scroll_conservatively = 0; DEFVAR_INT ("scroll-margin", &scroll_margin, -- 2.30.2